home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connection Student Program / ADC Tools Sampler CD Disk 3 1999.iso / Cool Demos, SDKs, & Tools / Demos⁄Tools⁄Offers / Alpha ƒ / Help / Frontier Help < prev    next >
Text File  |  1998-04-25  |  11KB  |  272 lines

  1.  
  2.               Using Alpha as Frontier's external editor
  3.  
  4.                                Frontier menu 2.1.4
  5.                                 April 1998
  6.  
  7.  
  8. This document explains how to use Alpha as Frontier's external editor.
  9.  
  10. For help how to use Alpha as an HTML editor see the manual for HTML mode, 
  11. located in the folder HTML mode manual.
  12.  
  13. Please see the HTML mode home page, http://www.theophys.kth.se/~jl/Alpha.html
  14. for the latest version of HTML mode and Frontier menu. There you can also 
  15. download the HTML mode manual if you haven't got it already.
  16.  
  17. The code has been tested with Frontier 4.2.3 and Frontier 5.0.
  18.  
  19. I have two mailing list for information about updates, one for HTML mode 
  20. and one for Frontier menu. If you want me to put you on my lists, send me a 
  21. mail and tell me which lists you want to be on.
  22.  
  23. Johan Linde, <jl@theophys.kth.se>
  24.  
  25. Acknowledgments
  26.  
  27. Almost immediately after I had released Frontier menu 1.0 I got to know that
  28. Danis Georgiadis <dmg@hyper.gr> also had written some code to integrate 
  29. Alpha and Frontier. He generously gave me his code to freely use together 
  30. with mine. In this version I have taken the parts from his code which 
  31. could easily be integrated with mine and which worked without problems. The 
  32. Frontier database browser and the Scripts menu are both made by him. 
  33. When I made the Frontier shell I used some of Danis' code and some from 
  34. Matlab mode by Stephen Merkowitz <merk@lnf.infn.it>.
  35.  
  36. What's new in version 2.1.4
  37.  
  38. • Fixed a startup problem. Alpha wouldn't launch completely when being 
  39. launched by dropping a file on it while Frontier was running, or by using 
  40. Edit with App in Frontier. 
  41. • See also the version history.
  42.  
  43. Installation and configuring
  44.  
  45. Installing verbs into Frontier
  46.  
  47. The five files
  48. system.startup.clearAlphaFiles
  49. shutdown.closeAlphaWindows
  50. system.verbs.apps.Alpha
  51. user.html.editors.Alpha
  52. user.Alpha
  53. must be imported into Frontier. You find these in the folder
  54. Frontier verbs. Just double-click the files to import them. Frontier 
  55. will ask for a name of the imported objects. Use the ones suggested.
  56.  
  57. Upgrading from version 2.1.2 or 2.1.3
  58. None of the above files have been changed since version 2.1.2 and 2.1.3.
  59.  
  60. Upgrading from version 2.1.1
  61. Only the file system.verbs.apps.Alpha has to be imported into Frontier. 
  62. The other files have not changed since version 2.1.1.
  63.  
  64. Upgrading from version 2.0.x
  65. Only the three files
  66. system.verbs.apps.Alpha
  67. system.startup.clearAlphaFiles
  68. shutdown.closeAlphaWindows
  69. have to be imported into Frontier. The other two files have not changed 
  70. since version 2.0.x.
  71.  
  72. Upgrading from version 1.0
  73. All five files have to be imported into Frontier. The ones distributed with 
  74. Frontier menu 1.0 are not compatible with Frontier menu 2.1.4.
  75.  
  76. Other necessary changes to the Frontier database
  77.  
  78. There are also a few more changes you must do in Frontier:
  79. • Change the path in user.odbEditors.TextEditor to the path to Alpha, 
  80. otherwise Frontier will use the default editor BBEdit.
  81. • Similarly change the path in system.verbs.apps.Alpha.appinfo.path
  82. • A small change must be made to the verb suites.odbEditor.editors.Text.edit
  83.  
  84. The last lines reads
  85.  
  86. bundle «send an Apple Event to the editor to open the temp file
  87.     «use an open protocol that's implemented by BBEdit 4.0 and greater
  88.         «the extra parameter to the odoc event is Frontier's app id
  89.     appleEvent (ideditorapp, 'aevt', 'odoc', '----', alias (tempfile), 'FSnd', Frontier.id)
  90.     
  91. Change them to 
  92. bundle «send an Apple Event to the editor to open the temp file
  93.     if defined(Alpha.id) && ideditorapp == Alpha.id
  94.         Alpha.edit(tempfile)
  95.     else
  96.         «use an open protocol that's implemented by BBEdit 4.0 and greater
  97.             «the extra parameter to the odoc event is Frontier's app id
  98.         appleEvent (ideditorapp, 'aevt', 'odoc', '----', alias (tempfile), 'FSnd', Frontier.id)
  99.  
  100. This change is needed because Alpha doesn't understand the Apple event used 
  101. in the last line. Hopefully Alpha will understand it in the future so that 
  102. you don't have to make this change in the future. If you decide to switch 
  103. back to your previous editor you don't have to undo the above change. It 
  104. will work as before with any other editor.
  105.  
  106. Inserting the Frontier menu in the menu bar
  107. The Frontier menu doesn't automatically appear in the menu bar. 
  108. In Alpha 7.0 insert it in the menu bar by selecting Frontier menu in the submenu 
  109. Config -> Global -> Package Menus.
  110. In Alpha 7.1 open the dialog Config -> Global -> Menus and Features… and 
  111. check the Frontier menu checkbox.
  112.  
  113.  
  114. Opening a Frontier text window in Alpha
  115.  
  116. Text windows in Frontier can be opened in Alpha using Edit with App in 
  117. Frontier's Main menu. Whenever you save changes the Frontier database is 
  118. automatically updated. If you use 'Save as...' in Alpha the new file is 
  119. disconnected from the Frontier database.
  120.  
  121. You can also use the Frontier database browser, see below.
  122.  
  123. Frontier menu
  124.  
  125. Switch to Frontier - Launches Frontier or brings it to front if already 
  126.                      running.
  127.  
  128. Preview Page   -  Makes Frontier render the page and sends it to the 
  129.                   browser for previewing.  This is the same as 'Preview 
  130.                   Page' in Frontier's Web menu (or 'View in Browser' in 
  131.                   Frontier 4.2.3).  This should only be used for files 
  132.                   opened from Frontier.  Other HTML files are sent to the 
  133.                   browser using 'Send File to Browser' in the HTML menu.
  134.                   
  135. Publish Page   -  Makes Frontier render the page and publish it.  This is 
  136.                   the same as 'Publish Page' in Frontier's Web menu.  (This 
  137.                   function only works together with Frontier 5.)
  138.  
  139. Frontier Shell -  Opens a shell window where you can run Frontier scripts, 
  140.                   see below.
  141.                   
  142. Browse -          Opens a Frontier browser at different points in the database.
  143.                   Use Add… and Remove… to edit this menu.
  144.  
  145. Open -               Opens a Frontier window in Frontier. Use Add… and Remove… to 
  146.                   edit this menu.
  147.  
  148. Scripts Menu -       Rebuilds the Scripts menu and loads the script corresponding 
  149.                   to the menu items.
  150.  
  151. Preferences… -    To set your preferences for Frontier. Currently you can 
  152.                   choose if you want to automatically launch Frontier when 
  153.                   you launch Alpha. This is not done by default.
  154.  
  155. Scripts menu
  156.  
  157. The Scripts menu is a menu which you define inside Frontier in the same way as 
  158. you define shared menus for other applications. (The Scripts menu has the 
  159. cowboy menu icon like the Frontier scripts in the Finder.) The menu definition 
  160. must be in user.Alpha.menubar. Alpha does not support menu sharing. Therefore 
  161. there are a few things which differ from how shared menu work. In particular:
  162.  
  163. • If you launch Frontier after Alpha the menu it not automatically inserted 
  164. in the menubar. You have to use Rebuild Scripts Menu to insert it.
  165. • Whenever you modify the menu you have to use Rebuild Scripts Menu to 
  166. rebuild it. Note! This has also to be done when you modify a script belonging 
  167. to a menu item.
  168. • Keybindings for the menu items must be defined the way Alpha defines 
  169. keybindings. Alpha uses certain meta characters to define menu items. See 
  170. the section Menus, User-Defined in the general manual.
  171.  
  172. Frontier database browser
  173.  
  174. The Frontier database browser lets you navigate through Frontier's 
  175. database without leaving Alpha. You can also open Frontier windows in 
  176. Alpha without leaving Alpha. In the browser windows, tables are red, text 
  177. windows are green, and everything else is blue. To navigate the windows 
  178. you can use key shortcuts similar to those used to navigate Finder windows.
  179.  
  180. uparrow -         move up one line
  181.  
  182. downarrow -        move down one line
  183.  
  184. rightarrow -    rightarrow on a table displays the content of the table.
  185.  
  186. leftarrow -        leftarrow on a table hides the content of the table.
  187.  
  188. cmd uparrow -    opens the parent table in a new window.
  189.  
  190. cmd-opt uparrow - opens the parent table in a new window and closes the 
  191.                   current window.
  192.  
  193. cmd downarrow -    cmd downarrow on a table opens a new window with the 
  194.                 content of that table.
  195.  
  196. cmd-opt downarrow - cmd-opt downarrow on a table opens a new window with 
  197.                 the content of that table and closes the current window.
  198.  
  199. return -        opens the selected object for editing. Text objects are opened 
  200.                 in Alpha, and most other things are opened in Frontier.
  201.  
  202. Frontier shell
  203.  
  204. The Frontier shell is an alternative to the Frontier Quick Script window 
  205. for those who like a command history. Type a command and hit return to have it 
  206. executed in Frontier. The return value is then displayed on the next line.
  207.  
  208. You move up and down the command history using control-uparrow and 
  209. control-downarrow.
  210.  
  211. Control-u erases the current line.
  212.  
  213. WARNING! Don't send commands which will make Frontier open an alert window, 
  214. like e.g. dialog.notify. If this window is hidden behind your other 
  215. windows it will freeze your machine with command-option-escape as the only 
  216. way out.
  217.  
  218. Option-click in titlebar
  219.  
  220. Option-clicking in the titlebar of the Frontier shell window pops up a menu 
  221. with the command history. Selecting an item from this menu inserts the 
  222. text in the window. If the option key is held down while you select the 
  223. menu item the command is immediately evaluated, otherwise it is only 
  224. inserted so that you can edit it before evaluating it.
  225.  
  226. Version history
  227.  
  228. 2.1.4, 25 April 1998
  229. • Fixed a startup problem. Alpha wouldn't launch completely when being 
  230. launched by dropping a file on it while Frontier was running, or by using 
  231. Edit with App in Frontier. 
  232.  
  233. 2.1.3, 1 March 1998
  234. • Compatibility fix for Alpha 7.1.
  235.  
  236. 2.1.2, 7 February 1998
  237. • Made 'View in Browser' compatible with Frontier 5, and renamed the menu 
  238. item to 'Preview Page', which it's called in Frontier 5.
  239. • Added 'Publish Page'. This only works with Frontier 5.
  240. • Improved error handling. In some cases Alpha would previously show 
  241. incorrect error messages.
  242. • Option-click in title bar of Frontier shell window pops up a menu with 
  243. the command history.
  244. • 'Save as…' now disconnects the window from the database, which is more 
  245. logical than the previous setup.
  246. • Some small bug fixes.
  247.  
  248. 2.1.1, 3 November 1997 [update of version 2.0.1]
  249. • The same as version 2.1 but for Alpha 7.0.
  250.  
  251. 2.1, 3 November 1997 [update of version 2.0]
  252. • A startup and a shutdown script to be imported into Frontier have been 
  253. added. Together they solve a problem which sometimes prevented the windows to 
  254. be saved into Frontier's database. The shutdown script closes all open 
  255. Frontier windows in Alpha. Thanks to Mike Carney <mike_carney@mediaone.net> 
  256. for ideas and some code snippets.
  257. • Various problems for windows with names containing brackets have been 
  258. fixed.
  259.  
  260. 2.0.1, 19 October 1997
  261. • Updated to be compatible with Alpha 7.0.
  262.  
  263. 2.0, 17 August 1997
  264. • Added a Frontier shell.
  265. • Added database browser and a Browse submenu.
  266. • Added the Open submenu.
  267. • Added Scripts menu, which is defined in Frontier as with other apps.
  268. • 'Save as...' works now.
  269.  
  270. 1.0, 20 July 1997
  271. First public release.
  272.